Lender Price API
Locking a Loan with LOS / 8. Deny Lock Request
In This Topic
    8. Deny Lock Request
    In This Topic

    To deny a lock request, create a lock event using the addLockEvent call. Within the body of the call, set the lockStatusLogic object to Cancelled.

    Path

    /rest/v1/lp-ppe-api/price-quote/addLockEvent

    Headers

    secret

    {{token}}

    companyid

    {{companyId}}

    Path Parameters

    There are no path parameters.

    Body

    In the body, pass the standard IDs, along with a scenario lock, any exception or extension data if applicable, the date, and a comment. See 7.3 Add Request Lock Event. In addition, include the lockStatusLogic:

        "lockStatusLogic": "Cancelled",
        
    

    Response

    There is no body response to this call.

     

    The addLockEvent call is included below, for reference.

     

    To make a lock request with a price concession, add a lock using the addLockEvent call. The price concession is addressed in the body of the call, in the LockEventExtensionInfo object.

    Path

    /rest/v1/lp-ppe-api/price-quote/addLockEvent

    Headers

    secret

    {{token}}

    companyid

    {{companyId}}

    Path Parameters

    There are no path parameters.

    Body

    Within the body, enter details as lockEventExceptionInfo. The relevant options are:

    Response

    There is no response body.